projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1be5f91
)
tests: Remove all code relating to the blink menu item
author
Benjamin Otte
<otte@redhat.com>
Fri, 3 Sep 2010 11:38:29 +0000
(13:38 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 3 Sep 2010 11:38:29 +0000
(13:38 +0200)
tests/teststatusicon.c
patch
|
blob
|
history
diff --git
a/tests/teststatusicon.c
b/tests/teststatusicon.c
index 79caeef1a92bb162cc2186b156260e2124a7de86..e0f89d7353a7621ceece00a0c521805544c713a9 100755
(executable)
--- a/
tests/teststatusicon.c
+++ b/
tests/teststatusicon.c
@@
-231,10
+231,6
@@
popup_menu (GtkStatusIcon *icon,
gtk_menu_set_screen (GTK_MENU (menu),
gtk_status_icon_get_screen (icon));
- gtk_menu_shell_append (GTK_MENU_SHELL (menu), menuitem);
-
- gtk_widget_show (menuitem);
-
menuitem = gtk_image_menu_item_new_from_stock (GTK_STOCK_PROPERTIES, NULL);
g_signal_connect (menuitem, "activate", G_CALLBACK (do_properties), icon);